/*banner*/
.index-banner {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
}
.index-banner .index-b-control {
	word-wrap: 1440px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 60px;
	z-index: 20;
}
.index-banner .index-b-control a {
	position: absolute;
	right: -80px;
	bottom: 0;
	width: 80px;
	height: 60px;
	background: url(../images/icon-next-banner.jpg) center no-repeat;
	background-color: #cd251b;
	cursor: pointer;
	z-index: 21;
}.index-banner .swiper-pagination-bullets {
	width: 1440px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 18px;
	padding-right: 30px;
	text-align: right;
	z-index: 21;
}
@media screen and (max-width: 1440px) {
	.index-banner .swiper-pagination-bullets {
		width: 1200px;
		padding-right: 115px;
	}
	.index-banner .b-control a {
		right: 0;
	}
}
.index-banner .swiper-pagination-bullet {
	padding: 0 18px 20px;
	font-size: 24px;
	color: #808489;
	cursor: pointer;
	line-height: 30px;
    text-align: center;
    opacity: 1;
    background: rgba(0,0,0,0);
}
.index-banner .swiper-pagination-bullet:hover {
	transform: scale(1.2);
}
.index-banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0,0,0,0);
	color: #1f1c1c;
}

/*热门搜索*/
.index-search {
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	color: rgb( 102, 102, 102 );
}
.index-s-keyword span {
	font-size: 16px;
	font-weight: 700;
	color: rgb( 205, 37, 27);
}
.index-s-keyword a {
	font-size: 14px;
	color: rgb(102, 102, 102);
}
/*@media screen and (max-width: 1440px) {
	.index-s-keyword a:nth-child(-n+4) {
		display: none;
	}
}*/
.index-s-keyword a:hover {
	color: rgb( 205, 37, 27);
	border-bottom: 1px solid rgb( 205, 37, 27);
}
.index-s-input {
	color: #999;
	background: url(../images/icon-search.jpg) no-repeat;
	background-position: 14px center;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 36px;
	width: 160px;
	height: 36px;
	line-height: 36px;
	margin-top: 14px;
	padding-left: 44px;
	position: relative;
}
.index-s-input input {
	border-left: 1px solid #ddd;
	padding-left: 12px;
	width: 100px;
	background-color: #f8f8f8;
}
.index-s-input .sub {
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	background-color: rgba(0,0,0,0);
	cursor: pointer;
}


/*产品展示*/
.index-product {
	background-color: #f5f5f5;
}
.index-product .index-p-left {
	width: 240px;
}
.index-product .index-p-left li {
	width: 240px;
	height: 66px;
	line-height: 66px;
	padding-left: 30px;
	font-size: 18px;
	color: #1f1c1c;
	background-color: #ededed;
	cursor: pointer;
	position: relative;
	transition: background 0.3s;
}
.index-product .index-p-left li.active {
	background-color: #fff;
	color: #aa0510;
	border-left: 1px solid #aa0510;
}
.index-product .index-p-left li:hover {
	color: #fff;
}
.index-product .index-p-right {
	width: 1200px;
	background-color: #fff;
	padding: 20px 10px;
}
.index-p-right-item {
	display: none;
}
.index-p-right-item.active {
	display: block;
}
.index-p-top .fl {
	width: 585px;
}
.index-p-top img {
	margin-left: 10px;
	/*width: 585px;
	height: 400px;*/
}
.index-p-top .fr {
	width: 585px;
	padding: 106px 100px 0 60px;
}
.index-p-top h4 {
	font-size: 28px;
	color: rgb( 31, 28, 28);
	height: 65px;
}
.index-p-top p {
	font-size: 16px;
	color: rgb( 102, 102, 102);
	line-height: 30px;
}
.index-p-bottom {
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: center;
}
.index-p-bottom ul p {
	text-align: center;
}
@media screen and (max-width: 1440px) {
	.index-product .index-p-right {
		width: 960px;
	}
	.index-p-top .fl {
		width: 345px;
	}
	.index-p-top .fr {
		padding-top: 24px;
	}
}
.index-p-bottom img {
	margin-bottom: 20px;
}

.index-p-bottom .swiper-pagination-bullets {
	display: inline-block;
	position: relative;
	margin-top: 40px;
}
.index-p-bottom .swiper-pagination-bullet {
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 6px;
	border-radius: 50%;
	background-color: #aaa;
	cursor: pointer;
}
.index-p-bottom .swiper-pagination-bullet-active {
	background-color: #cd251b;
}


/*服务保障*/
.index-security {
	height: 230px;
	background: url("../images/index_secrity_bg_01.jpg") 0 0 no-repeat;
}
.index-security li {
	float: left;
	padding: 70px 0 32px 80px;
}
.index-security li img {
	float: left;
	width: auto;
	height: 90px;
	transition: transform .3s;
}
.index-security li p {
	float: left;
	padding-top: 20px;
	font-size: 20px;
	color: #fff;
	margin-left: 20px;
	transition: transform .3s;
}
/*.index-security li a:hover p {
	color: rgb(200,40,30);
}*/
.index-security li a:hover p,
.index-security li a:hover img {
	transform: translateY(-10px);
}
.index-security h3 {
	height: 53px;
	margin-top: 40px;
	font-size: 36px;
	color: #fff;
}
.index-security h4 {
	height: 69px;
	font-weight: normal;
	font-size: 18px;
	color: rgba(255, 255, 255, .5);
}
.index-security .left p {
	padding-left: 46px;
	font-size: 24px;
	color: #fff;
	background: url("../images/icon_footer_phone.jpg") left center no-repeat;
	-webkit-background-size: 31px 31px;
	background-size: 31px 31px;
}
@media screen and (max-width: 1440px) {
	.index-security .left {
		display: none;
	}
	.index-security .right {
		float: left;
	}
}


/*客户案例*/
.index-case {
	background-color: #f5f5f5;
	width: 100%;
	overflow: hidden;
}
.index-case .swiper-container {
	overflow: visible;
}
.index-c-banner li img {
	width: 100%;
	height: 500px;
}
.index-c-banner .swiper-slide h4 {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	width: 80%;
	background-color: #fff;
	padding-top: 25px;
	padding-bottom: 22px;
	text-align: center;
	display: none;
	z-index: 11;
}
.index-c-banner .swiper-slide-active h4 {
	display: block;
}
.index-c-banner .swiper-slide h4 p {
	height: 40px;
	font-size: 20px;
	color: rgb(31, 28, 28);
}
.index-c-banner .swiper-slide h4 span {
	font-size: 16px;
	color: rgb(102, 102, 102);
}
.index-c-control {
	position: relative;
	height: 140px;
	padding-top: 76px;
	width: 240px;
	margin: 0 auto;
	z-index: 11;
}
.index-c-control li {
	float: left;
	margin: 0 12px;
	font-size: 18px;
	width: 24px;
	height: 18px;
	padding-top: 0;
	color: rgb(0, 0, 0);
	position: relative;
	cursor: pointer;
	opacity: .4;
	background-color: rgba(0, 0, 0, 0);
}
.index-c-control .swiper-pagination-bullet-active {
	color: rgb(31, 28, 28);
	opacity: 1;
}
.index-c-control li:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: rgb(0, 0, 0);
}
.index-c-control li:last-child:after {
	width: 0;
	height: 0;
}
.index-c-control li.active:after {
	background-color: rgb( 31, 28, 28 );
}
.index-c-partner {
	padding-top: 10px;
}
.index-c-partner p {
	float: left;
	width: 17.4%;
	height: 120px;
	text-align: center;
	line-height: 120px;
	background-color: #fff;
	margin-right: 46px;
}
.index-c-partner p:last-child {
	margin-right: 0;
}
@media screen and (max-width: 1440px) {
	.index-c-banner li {
		width: 600px;
		height: 345px;
	}
	.index-c-partner p {
		margin-right: 25px;
		width: 18.2%;
	}
}
.index-c-partner p img {
	width: 100%;
}

/*信息*/
.index-information {
	background-color: #fff;
	padding-bottom: 55px;
}
.index-information h3 {
	height: 75px;
	margin-top: 85px;
	font-size: 28px;
	color: rgb(31, 28, 28);
}
.index-information h3 a {
	float: right;
	font-size: 32px;
	color: rgb(102, 102, 102);
}
.index-information h3 a:hover {
	color: red;
}
.index-i-left, .index-i-center, .index-i-right {
	float: left;
	width: 400px;
	margin-right: 40px;
	overflow: hidden;
}
.index-information img {
	width: 100%;
	height: 260px;
	transition: transform .3s;
}
.index-i-left h4, .index-i-center h4 {
	margin-top: 30px;
	height: 80px;
	line-height: 30px;
	font-size: 20px;
	color: rgb(31, 28, 28);
}
.index-i-left > a span, .index-i-center > a span {
	display: block;
	height: 52px;
	line-height: 26px;
	font-size: 14px;
	color: rgb(102, 102, 102);
	margin-bottom: 25px;
}
.index-i-left > a,
.index-i-center > a,
.index-i-right li a {
	display: block;
	width: 100%;
	height: 100%;
}
.index-i-left > a a, .index-i-center > a a {
	font-size: 16px;
	color: rgb(31, 28, 28);
	background-color: #fff;
	margin-bottom: 82px;
	cursor: pointer;
}
.index-i-left > a:hover,
.index-i-left > a:hover h4,
.index-i-left > a:hover span,
.index-i-right li a:hover,
.index-i-right li a:hover h4,
.index-i-right li a:hover p,
.index-i-left > a:hover a,
.index-i-center > a:hover,
.index-i-center > a:hover h4,
.index-i-center > a:hover span,
.index-i-center > a:hover a {
	color: red;
}
.index-information a:hover img {
	transform: scale(1.02);
}
.index-i-right {
	margin-right: 0;
	width: 560px;
}
.index-i-right li {
	padding: 38px 46px 17px 40px;
	background-color: #f5f5f5;
	margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
	.index-i-left, .index-i-center {
		width: 340px;
		margin-right: 25px;
	}
	.index-information img {
		height: 220px;
	}
	.index-i-right {
		width: 470px;
	}
	.index-i-right li {
		padding: 10px;
	}
}
.index-i-right li h4 {
	height: 44px;
	font-size: 20px;
	color: rgb(31, 28, 28);
	margin-bottom: 10px;
}
.index-i-right li p {
	line-height: 26px;
	font-size: 14px;
	color: rgb(102, 102, 102);
  	text-transform: uppercase;
}
.index-advantage {
	padding-bottom: 0;
}